home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFTEXTFORMAT / TFTEXTFORMAT.txt
Encoding:
Text File  |  2004-12-18  |  4.0 KB  |  206 lines

  1. object fTextFormat: TfTextFormat
  2.   Left = 277
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Text Formatting'
  7.   ClientHeight = 296
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 353
  25.     Height = 65
  26.     Caption = 'Font Type'
  27.     TabOrder = 0
  28.     object RzFontComboBox1: TRzFontComboBox
  29.       Left = 8
  30.       Top = 24
  31.       Width = 284
  32.       Height = 20
  33.       Hint = 'Font Style ...'
  34.       FontName = 'Verdana'
  35.       Font.Charset = ANSI_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -9
  38.       Font.Name = 'Verdana'
  39.       Font.Style = []
  40.       ItemHeight = 16
  41.       ParentFont = False
  42.       ParentShowHint = False
  43.       ShowHint = True
  44.       TabOrder = 0
  45.     end
  46.     object SpinEdit1: TSpinEdit
  47.       Left = 296
  48.       Top = 24
  49.       Width = 49
  50.       Height = 21
  51.       Hint = 'Font Size ...'
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -9
  55.       Font.Name = 'Verdana'
  56.       Font.Style = []
  57.       MaxValue = 0
  58.       MinValue = 0
  59.       ParentFont = False
  60.       ParentShowHint = False
  61.       ShowHint = True
  62.       TabOrder = 1
  63.       Value = 2
  64.     end
  65.   end
  66.   object Button2: TButton
  67.     Left = 8
  68.     Top = 274
  69.     Width = 137
  70.     Height = 21
  71.     Caption = 'Ok'
  72.     Default = True
  73.     TabOrder = 1
  74.     OnClick = Button2Click
  75.   end
  76.   object GroupBox2: TGroupBox
  77.     Left = 8
  78.     Top = 80
  79.     Width = 353
  80.     Height = 65
  81.     Caption = 'Font Color'
  82.     TabOrder = 2
  83.     object Label1: TLabel
  84.       Left = 8
  85.       Top = 44
  86.       Width = 66
  87.       Height = 12
  88.       Caption = 'HTML Code :'
  89.     end
  90.     object Label2: TLabel
  91.       Left = 80
  92.       Top = 44
  93.       Width = 65
  94.       Height = 13
  95.       AutoSize = False
  96.       Caption = '#000000'
  97.     end
  98.     object Label3: TLabel
  99.       Left = 8
  100.       Top = 24
  101.       Width = 34
  102.       Height = 12
  103.       Caption = 'Color :'
  104.     end
  105.     object Panel1: TPanel
  106.       Left = 80
  107.       Top = 21
  108.       Width = 65
  109.       Height = 17
  110.       BevelOuter = bvLowered
  111.       Color = clBlack
  112.       TabOrder = 0
  113.       OnClick = Panel1Click
  114.     end
  115.   end
  116.   object GroupBox3: TGroupBox
  117.     Left = 8
  118.     Top = 152
  119.     Width = 169
  120.     Height = 109
  121.     Caption = 'Optional Styles'
  122.     TabOrder = 3
  123.     object CB_Bold: TCheckBox
  124.       Left = 8
  125.       Top = 24
  126.       Width = 150
  127.       Height = 17
  128.       Caption = 'Bold'
  129.       TabOrder = 0
  130.     end
  131.     object CB_Underline: TCheckBox
  132.       Left = 8
  133.       Top = 40
  134.       Width = 150
  135.       Height = 17
  136.       Caption = 'Underline'
  137.       TabOrder = 1
  138.     end
  139.     object CB_Italic: TCheckBox
  140.       Left = 8
  141.       Top = 56
  142.       Width = 150
  143.       Height = 17
  144.       Caption = 'Italic'
  145.       TabOrder = 2
  146.     end
  147.     object CB_Centered: TCheckBox
  148.       Left = 8
  149.       Top = 72
  150.       Width = 150
  151.       Height = 17
  152.       Caption = 'Centered'
  153.       TabOrder = 3
  154.     end
  155.     object CB_StrikeThrough: TCheckBox
  156.       Left = 8
  157.       Top = 88
  158.       Width = 150
  159.       Height = 17
  160.       Caption = 'Strike Through'
  161.       Font.Charset = ANSI_CHARSET
  162.       Font.Color = clWindowText
  163.       Font.Height = -9
  164.       Font.Name = 'Verdana'
  165.       Font.Style = [fsStrikeOut]
  166.       ParentFont = False
  167.       TabOrder = 4
  168.     end
  169.   end
  170.   object Button1: TButton
  171.     Left = 224
  172.     Top = 274
  173.     Width = 137
  174.     Height = 21
  175.     Caption = 'Cancel'
  176.     TabOrder = 4
  177.     OnClick = Button1Click
  178.   end
  179.   object RadioGroup1: TRadioGroup
  180.     Left = 184
  181.     Top = 152
  182.     Width = 81
  183.     Height = 109
  184.     Caption = 'Quote Type'
  185.     ItemIndex = 0
  186.     Items.Strings = (
  187.       '"'
  188.       #39)
  189.     TabOrder = 5
  190.   end
  191.   object ColorDialog1: TColorDialog
  192.     Ctl3D = True
  193.     Left = 208
  194.     Top = 65528
  195.   end
  196.   object ActionList1: TActionList
  197.     Left = 234
  198.     Top = 89
  199.     object CloseWindow: TAction
  200.       Caption = 'CloseWindow'
  201.       ShortCut = 27
  202.       OnExecute = CloseWindowExecute
  203.     end
  204.   end
  205. end
  206.